Skip to content

Update Array filter multi-value delimiter to ';' to match IN/NOT IN filter types#205

Open
XingY wants to merge 2 commits intodevelopfrom
fb_mvtc_convert
Open

Update Array filter multi-value delimiter to ';' to match IN/NOT IN filter types#205
XingY wants to merge 2 commits intodevelopfrom
fb_mvtc_convert

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Jan 27, 2026

Rationale

ARRAY filter types was previously using ',' as multi value delimiter. This poses challenge in supporting array <-> string filter type conversions since the matched filter types of string type uses ';' as multi value delimiter. Since array field is still under an experimental flag, this PR updates them to use ';' as delimiter, to allow save filter conversion between different data types.

Related Pull Requests

Changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants